set Minimum Broadcast Secs
open fun setMinimumBroadcastSecs(value: Int): ModuleConfigProtos.ModuleConfig.DetectionSensorConfig.Builder
Interval in seconds of how often we can send a message to the mesh when a
trigger event is detected
Content copied to clipboard
uint32 minimum_broadcast_secs = 2;
Return
This builder for chaining.
Parameters
value
The minimumBroadcastSecs to set.